home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TWORKSPACEMANAGERDIALOG / TWORKSPACEMANAGERDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  102 lines

  1. inherited WorkspaceManagerDialog: TWorkspaceManagerDialog
  2.   Left = 187
  3.   Top = 470
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'Managing_Workspaces'
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   Caption = 'Manage Workspaces'
  8.   ClientHeight = 247
  9.   ClientWidth = 409
  10.   OnCreate = FormCreate
  11.   OnDestroy = FormDestroy
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object AutoLoadNameLbl: TUiLabel
  16.     Left = 216
  17.     Top = 8
  18.     Height = 13
  19.     Caption = 'On startup, load:'
  20.     FocusControl = AutoLoadNameEdit
  21.   end
  22.   object AutoSaveNameLbl: TUiLabel
  23.     Left = 216
  24.     Top = 56
  25.     Height = 13
  26.     Caption = 'On exit, save as:'
  27.     FocusControl = AutoSaveNameEdit
  28.   end
  29.   object ListLbl: TUiLabel
  30.     Left = 8
  31.     Top = 8
  32.     Height = 13
  33.     Caption = 'Saved workspaces:'
  34.   end
  35.   object ListView: TUiListView
  36.     Left = 8
  37.     Top = 24
  38.     Width = 185
  39.     Height = 185
  40.     Columns = <
  41.       item
  42.         Width = 181
  43.       end>
  44.     RowSelect = True
  45.     ShowColumnHeaders = False
  46.     TabOrder = 0
  47.     ViewStyle = vsReport
  48.     OnEdited = ListViewEdited
  49.     OnEditing = ListViewEditing
  50.     OnSelectItem = ListViewSelectItem
  51.     OnCancelEdit = ListViewCancelEdit
  52.   end
  53.   object DeleteBtn: TUiButton
  54.     Left = 7
  55.     Top = 216
  56.     Caption = '&Delete'
  57.     TabOrder = 1
  58.     OnClick = DeleteClick
  59.     AutoSize = asLeft
  60.   end
  61.   object AutoLoadNameEdit: TUiComboBox
  62.     Left = 216
  63.     Top = 24
  64.     Width = 185
  65.     Height = 21
  66.     ItemHeight = 13
  67.     TabOrder = 2
  68.     OnChange = AutoNameChange
  69.   end
  70.   object AutoSaveNameEdit: TUiComboBox
  71.     Left = 216
  72.     Top = 72
  73.     Width = 185
  74.     Height = 21
  75.     ItemHeight = 13
  76.     TabOrder = 3
  77.     OnChange = AutoNameChange
  78.   end
  79.   object CloseBtn: TUiButton
  80.     Left = 328
  81.     Top = 216
  82.     Cancel = True
  83.     Caption = 'Close'
  84.     Default = True
  85.     ModalResult = 2
  86.     TabOrder = 4
  87.     AutoSize = asRight
  88.   end
  89.   object ListPopup: TUiPopupMenu
  90.     object DeleteItem: TUiMenuItem
  91.       Caption = 'Delete'
  92.       ShortCut = 46
  93.       OnClick = DeleteClick
  94.     end
  95.     object RenameItem: TUiMenuItem
  96.       Caption = 'Rename'
  97.       ShortCut = 113
  98.       OnClick = RenameClick
  99.     end
  100.   end
  101. end
  102.